Learn R Programming

DDPM (version 0.1.0)

COVID-19 deaths Luxembourg: The data show the observed number of COVID-19 daily new deaths in Luxembourg in 2020

Description

The function gives the observed number of COVID-19 daily new deaths in Luxembourg in 2020.

Usage

data_COVIDd

Value

data_COVIDd gives the observed number of COVID-19 daily new deaths in Luxembourg in 2020.

Arguments

data_COVIDd

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the observed number of COVID-19 daily new deaths in Luxembourg in 2020. Recently, they were used by Junnumtuam et al. (2022) and fitted by the zero and one inflated cosine geometric models.

References

Junnumtuam, S., Niwitpong, S. A., & Niwitpong, S. (2022). A zero-and-one inflated cosine geometric distribution and its application. Mathematics, 10(21), 4012.

See Also

data_argcovid, data_Algeriacovid, data_Bosniacovid

Examples

Run this code
x<-data_COVIDd
summary(x)
table (x)

Run the code above in your browser using DataLab